LassoScript Utility
Basics Browse Detail

[Image->Height]

Tag Link [Image->Height] Category Image
Type Member Source Available Yes
Support Preferred Version 7.0
Change Unchanged Data Source Any
Output Type Integer Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0

Description

Returns the image height in pixels. Integer value returned.

Syntax

[Image Variable->Height]

Parameters

No Parameters Required.

Examples

To return the height an image:

Use the [Image->Height] tag on a defined image variable. This returns an integer value representing the height of the image in pixels.

[Var: 'MyImage' =(Image: '/images/image.jpg')]
[$MyImage->Height]